runtime.maptype.hashMightPanic (method)

4 uses

	runtime (current package)
		map.go#L409: 		if t.hashMightPanic() {
		map.go#L470: 		if t.hashMightPanic() {
		map.go#L709: 		if t.hashMightPanic() {
		type.go#L375: func (mt *maptype) hashMightPanic() bool { // true if hash function might panic